Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #727 +/- ##
=======================================
Coverage 84.97% 84.98%
=======================================
Files 141 141
Lines 2842 2843 +1
Branches 224 224
=======================================
+ Hits 2415 2416 +1
Misses 375 375
Partials 52 52 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Contributor
e36ff95 to
c40133f
Compare
Floris272
requested changes
Feb 5, 2026
Contributor
There was a problem hiding this comment.
I think Object.objects.create should be get_or_create, since you need to be able to create new records of the same object.
It's possible it will still fail when this is added because the unique_together constraint from the ObjectRecord model is not added to the serializer Validators because its overwritten, so it may need to be added there manually.
stevenbal
requested changes
Feb 6, 2026
c40133f to
c201914
Compare
3c13389 to
f1fda78
Compare
a867ccc to
8c5a4db
Compare
stevenbal
approved these changes
Feb 9, 2026
Floris272
approved these changes
Feb 9, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #718
Changes
[Describe the changes here]